A set is a collection of items that are unique
Set in ES6 are ordered: elements of the set can be iterated in the insertion order.
The set can store any type of value whether primitive or objects.